home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000188_news@columbia.edu _Mon Apr 10 18:36:14 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id SAA08876
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 10 Apr 2000 18:36:14 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id SAA16565
  7.     for kermit.misc@watsun.cc.columbia.edu; Mon, 10 Apr 2000 18:06:03 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: Mark Sapiro <msapiro@value.net>
  10. Subject: Re: set input echo ( on | off )
  11. Date: Mon, 10 Apr 2000 15:02:02 -0700
  12. Organization: Not Very Much
  13. Message-ID: <38F24F5A.4AEAB8A@value.net>
  14. To: kermit.misc@columbia.edu
  15.  
  16. Joe Doupnik wrote:
  17. > In article <8cqngi$r2v$1@nnrp1.deja.com>, Peter Easthope <peter_easthope@gulfnet.pinc.com> writes:
  18.  
  19. > > What happens if you put the three lines of your
  20. > > example into a file called, say test.scr, and
  21. > > then issue "msk316 take test.scr"?  In effect
  22. > > that is what I do, but with hundreds more lines
  23. > > of Kermit code.  The FirstClass server sends
  24. > > characters just as a C-Kermit server must.
  25. > >
  26. >         Nothing happens unless commands in that Take file make them
  27. > happen.
  28.  
  29. To be a bit more specific, if you put the commands
  30.  
  31.    define foo output type bigfile.txt\13, input 10 NotHere
  32.    set input echo off
  33.    foo
  34.  
  35. in a file called test.scr and then issue "msk316 take test.scr", the
  36. listing of bigfile.txt will not be displayed.  It makes no difference
  37. whether the commands are issued directly to a MS-Kermit prompt or in a
  38. file which is taken from a prompt or taken on the command line.
  39.  
  40. Perhaps the problem here is one of side effects.  For example, the
  41. "dial" macro invokes a modem script (normally found in .\modems) and
  42. those modem scripts leave input echo in an "on" state regardless of its
  43. initial state.  Thus
  44.  
  45.    set input echo off
  46.    dial T123-4567
  47.    ...
  48.  
  49. will appear not to work, whereas
  50.  
  51.    dial T123-4567
  52.    set input echo off
  53.    ...
  54.  
  55. will work as expected.
  56.  
  57. -- 
  58. Mark Sapiro <msapiro@value.net>       The highway is for gamblers,
  59. San Francisco Bay Area, California    better use your sense - B. Dylan